testing.common.tempDirErr (field)

6 uses

	testing (current package)
		testing.go#L675: 	tempDirErr error
		testing.go#L1460: 		c.tempDir, c.tempDirErr = os.MkdirTemp(os.Getenv("GOTMPDIR"), pattern)
		testing.go#L1461: 		if c.tempDirErr == nil {
		testing.go#L1470: 	if c.tempDirErr == nil {
		testing.go#L1476: 	if c.tempDirErr != nil {
		testing.go#L1477: 		return "", c.tempDirErr